-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Matter 1.4 Water Heater #131505
base: dev
Are you sure you want to change the base?
Conversation
WaterHeaterMode
Attributes of WaterHeaterManagement Cluster on Endpoint 2 ClusterId 148 (0x0094)
water_heater fixture
Hey there @home-assistant/matter, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't we implement the water_heater platform?
I have not found the following parameters in this entity: Water heater entity
|
That would be sensors, but I think the main control like modes and stuff should be a |
OK but this is a special case, because even if we use |
I've now used the |
"name": "Tank percentage" | ||
}, | ||
"estimated_heat_required": { | ||
"name": "Heat energy needed" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct me if I'm wrong:
If that is the estimated energy needed to heat the water that should be "Required heating energy"
"heat energy" sounds more like the energy contained in hot water.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with you. I will fix it.
Proposed change
Adding support for Matter 1.4 Water Heater :
Clusters
Type of change
Additional information
Testing
WaterHeaterManagement Cluster on Endpoint 2
WaterHeaterMode Cluster on Endpoint 2
3 modes:
[{"0":"Off","1":0,"2":[{"1":16384}]},{"0":"Manual","1":1,"2":[{"1":16385}]},{"0":"Timed","1":2,"2":[{"1":16386}]}]
This PR fixes or closes issue: fixes #
This PR is related to issue:
Link to documentation pull request:
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: